home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 5
/
Amiga Tools 5.iso
/
tools
/
patches
/
patchlibv4
/
include
/
patch_pragmas.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-01-31
|
1KB
|
44 lines
/* "patch.library" (c) 1993-96 by Stefan Fuchs*/
#pragma libcall PatchBase InstallPatch 1E 801
#pragma libcall PatchBase WaitRemovePatch 24 801
#pragma libcall PatchBase RemovePatch 2A 801
#pragma libcall PatchBase FindPatch 30 801
/**/
/* Functions in V2 or higher*/
/**/
#pragma libcall PatchBase InstallPatchTagsA 36 90803
#ifdef __SASC_60
#pragma tagcall PatchBase InstallPatchTags 36 90803
#endif
#pragma libcall PatchBase RemovePatchTagsA 3C 9802
#ifdef __SASC_60
#pragma tagcall PatchBase RemovePatchTags 3C 9802
#endif
/**/
/* Functions in V3 or higher*/
/**/
#pragma libcall PatchBase FindPatchTagsA 42 801
#ifdef __SASC_60
#pragma tagcall PatchBase FindPatchTags 42 801
#endif
#pragma libcall PatchBase SetPatchA 48 9802
#ifdef __SASC_60
#pragma tagcall PatchBase SetPatch 48 9802
#endif
#pragma libcall PatchBase GetPatchA 4E 9802
#ifdef __SASC_60
#pragma tagcall PatchBase GetPatch 4E 9802
#endif
#pragma libcall PatchBase PatchFreeVec 54 901
/**/
/* Functions in V4 or higher*/
/**/
#pragma libcall PatchBase RemovePatchProjectA 5A 9802
#ifdef __SASC_60
#pragma tagcall PatchBase RemovePatchProject 5A 9802
#endif
#pragma libcall PatchBase CreatePatchProjectA 60 9802
#ifdef __SASC_60
#pragma tagcall PatchBase CreatePatchProject 60 9802
#endif